home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 32 / Amiga Format AFCD32 (Nov 1998, Issue 117).iso / -seriously_amiga- / programming / other / asmpro / asm-pro_history.txt < prev    next >
Text File  |  1998-08-10  |  5KB  |  143 lines

  1.  
  2. -----------------------------------------------------------------------------
  3.                 HISTORY
  4. -----------------------------------------------------------------------------
  5.  
  6. When your reported bug is not fixed and is not in the known buglist below
  7. please re-report it as i lost some emails tranfering files from my a1200 to
  8. a a3000 and back..
  9.  
  10. [*] known bug
  11. [+] known bug but already fixed
  12.  
  13. Known bugs [Last Updated: 29-Jul-1998]:
  14.  
  15. * Backward block select problem (hmmm strange things happen here (crash)).
  16. * Multiple cursors in monitors.
  17. * Bug when selecting a font and then Canceling the prefs window.
  18. * More editing stuff in menu strip (like with search).
  19. * Comment coloring (syntax coloring) isn't always correct and only works
  20.   with ; or * comments.
  21. * Bottom line in debugger is not correct when 'show source' is disabled
  22.   in prefs.
  23. * There are still some macro problems.
  24. * Bitoperators with displacement/index won't work (BFxxx)
  25. * Some strange errors when using macro's
  26. * problems with some monitor drivers (strange scroll/cursor behaviour).
  27.   try using one with a lower refresh rate if possible..
  28.   
  29. ================== Asm-Pro V1.13a (29-07-1998) ========================
  30. [Public release]
  31.  
  32. - Oops little bug in mark block. Some of the text would dissapear when
  33.   block mark does not start at the beginning of the line.. Fixed now.
  34.   (there are still problems when marking a block backwards though)..
  35.  
  36.  
  37. =================== Asm-Pro V1.13 (27-07-1998) ========================
  38. [Public release]
  39.  
  40. - Fixed problem with BEG> END> when using addresses above $7fffffff
  41.   (like on the BlizzardPPC)
  42. - Cmp2.l assembled wrong fixed now.(oops..)
  43. - After a syntax error asmpro will show you how far the parser got in the
  44.   error line by changing the color of the part that was not parsed yet.
  45.   (hmm hope you got that.. anyway make some typo in the source and you'll see)
  46. - Added PCR to the debugwindow (only shown when you have a 060) requested some
  47.   time ago but sliped my mind as I don't have a 060 :)
  48. - Fixed some internal 060 stuff
  49. - BUSCR and PCR  control registers where not known by the disassembler.
  50. - jsr ([label]) and other ([xx,xx],xx,x) stuff works now. Try the next
  51.   source in the debugger:
  52.  
  53. start:
  54.         lea     0,a0
  55.         lea     test,a1
  56.         moveq.l #1,d0
  57.         moveq.l #0,d1
  58.         jsr     ([test])
  59.         jsr     ([test,a0])
  60.         jsr     ([test,pc])
  61.         jsr     ([test,pc],d0*4)
  62.         jsr     ([test,a0],d0*2,2)
  63.         jsr     ([4,a1],d0*2)
  64.     ;ofcoz also other instructions like
  65.     move.w  ([12,a1],d0*2),d1    ;-> d1=$00005678
  66.     ;etc
  67.         rts
  68.  
  69. test:
  70.         dc.l    go_on
  71.         dc.l    go_on2
  72.         dc.l    go_on3
  73.     dc.l    value
  74.  
  75. go_on:  nop
  76. go_on2: nop
  77. go_on3: rts
  78.  
  79. value:    dc.l    $12345678
  80.  
  81. - Changed the custom scroll routine and now only works with a screen width of
  82.   640 pixels (well it did only work with 640 screens but now a requester will appear
  83.   telling you so and I removed some obsolete code)..
  84. - Screen size (width and height) is back in the screenmode requester.
  85. - If the include path + filename does not fit on the screen only the last part
  86.   of the string will be shown so you can always see the filename.
  87.   (also applies to incbin,inciff etc.)
  88.  
  89. Like this:
  90.  
  91. Include : "ASSEMBLER:ASMPRO/INCLUDE/dos/dos.i        " =      8977 (=$00002311 )
  92. Include : "MBLER:ASMPRO/INCLUDE/libraries/dosextens.i" =       351 (=$0000015F )
  93. Include : "ASSEMBLER:ASMPRO/INCLUDE/dos/dosextens.i  " =     15091 (=$00003AF3 )
  94.  
  95.  
  96. =================== Asm-Pro V1.12 (07-06-1998) ========================
  97. [Public release]
  98.  
  99. - RB <file> could crash your system when no BEG or END was given.
  100. - R <filename> works again.
  101. - The floating point calculator ('[') displays the results correct again.
  102. - cmp2 (dis)assemble correct now.
  103. - Added Custom (cpu) scroll routine to speed up scrolling in the editor.
  104.   Check Env Prefs "Custom Scrollr." to use it.
  105. - Added different date formats to %getdate also one for $VER (dd.mm.yy)..
  106. - Fixed strange memory slider value from startup window in absolute mode
  107.   only noticeable if you had more than 32mb ram.
  108.  
  109. =================== Asm-Pro V1.11 (19-04-1998) ========================
  110. [Public release]
  111.  
  112. - Fixed Processor warn and all errors switch. They should work propperly now.
  113.   Processor warn switch was never checked..
  114. - Fixed the click on debug window crash system bug..
  115. - Fixed some small things.
  116. - Fixed scrolling the wrong way when clicking in the source and dragging
  117.   the mouse over the menu strip.
  118.  
  119. =================== Asm-Pro V1.1 (10-04-1998) =========================
  120. [First public release version of Asm-Pro]
  121.  
  122.  
  123. =================== Asm-Pro V1.03a-f (10-04-1998) =====================
  124. [Beta testers version of Asm-Pro]
  125.  
  126. ================ Asm-Pro V1.00-V1.02q  (21-12-1997) ===================
  127. [Internal Beta test version of Asm-Pro]
  128.  
  129. =======================================================================
  130.  
  131. -------------------------------------------------------------------------------
  132. -------------------------------------------------------------------------------
  133.  
  134. Special thanx 2 the Beta testers:
  135.  
  136. - One/Genetic        MC68060/50 MPC604/200     64MB    CyberVision 64
  137. - Tib/TFA        MC68030/50          8MB
  138. - P-O Yliniemi        MC68060/50 MPC604/200    134MB    CyberVision 64
  139. - Thomas Wittwer    MC68030/50/fpu         32MB
  140. - Peter'ViTAL'Eriksson    MC68060/50        146MB    CyberVision 64
  141. - Scorpion/Silicon    MC68030/50          8MB
  142. - Cliff Earl        MC68000
  143.